Search Results for: fast and clean

Programming
Mizanur Rahaman Mizan

7Zip Command Tutorial

To Install 7Zip in the VPS or in your linux: sudo apt-get install p7zip If the output pointed that p7zip is already installed in your system, then you need to install 7z archiver as a command line utility. i.e full version. So, install the p7zip-full package. sudo apt-get install

WordPress
Mizanur Rahaman Mizan

WordCamp Pokhara 2018 – My talks and shared resources

Hello everyone, in this blog post I am going to share my very first WordCamp participating journey with you. And by the grace of Almighty, it was also my first WordCamp as a speaker. I have been selected as a speaker in WordCamp Pokhara 2018

PHP and MySQL Code Snippets

In this page, I am going to add all the PHP and MySQL Code snippets that I find interesting to share with you. Listing all files and directories using PHP

Miscellaneous
Mizanur Rahaman Mizan

How to load content on scrolling using jQuery and related plugins

In this article, I am going to show you how you can load certain portion of code only when the content is scrolled down and appeared on the screen. i.e to the viewport. To load content on scrolling we need a jQuery plugin named viewport.

Programming
Mizanur Rahaman Mizan

Listing all files and directories using PHP

Have you ever wondered how without an index file all files and directories are appearing in your web root? Or in any directory. Well it is just a CGI script doing that on the server most of the cases. With PHP, you can simply do